CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Reader Writer

搜索资源列表

  1. SD_FOR_MSP430

    0下载:
  2. 一個適用於MSP430單片機的SD卡讀寫程式-One for MSP430 MCU SD card reader-writer program
  3. 所属分类:SCM

    • 发布日期:2017-11-15
    • 文件大小:20276
    • 提供者:安安
  1. ReaderMIFARE

    0下载:
  2. Build your own RFID reader with the http://www.elektor.es/ schematic. It works great with tag MiFare (ISO 14443). RFID writer will be here next.
  3. 所属分类:RFID

    • 发布日期:2017-03-30
    • 文件大小:22878
    • 提供者:borja
  1. Readerwriter

    0下载:
  2. Reader Writer Problem to solve synchronization issues
  3. 所属分类:OS Develop

    • 发布日期:2017-03-31
    • 文件大小:33295
    • 提供者:Nasir
  1. PV

    0下载:
  2. 读者写者问题,共享原则如下:1、读/写互斥访问;2、写/写互斥访问;3、允许多个读者同时对文件进行访问。-semaphore rmutex=1,rwmutex=1 int count=0 Cobegin reader: writer:
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:732
    • 提供者:baoyu
  1. reader-writer

    0下载:
  2. 解决读者-写者的想法: 就是所谓的”忙等待“。一个进程(线程)要使用某个资源,先看能否满足”一定要求“,能,就使用, 不能就等待直到这个要求满足为止。 -Solve the readers- the idea of writing: the so-called " busy waiting." A process (thread) to use a resource, look at the can meet the " demands" , t
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:640
    • 提供者:谢雨
  1. reader-writer

    0下载:
  2. 设有20个连续的存储单元,写入/读出的数据项设定为1~20这20个字符。-With 20 consecutive memory cell, write/read out the data item is set to 1 to 20 of these 20 characters.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:781
    • 提供者:谢雨
  1. Powerbuilder

    0下载:
  2. IC卡读写Powerbuilder调用实例!-IC card reader-writer example of Powerbuilder call!
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:50483
    • 提供者:可樂
  1. python-firmata

    0下载:
  2. Python to firmata protocol reader/writer
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:20746
    • 提供者:Martijn
  1. FAT

    0下载:
  2. 所属分类:SCM

    • 发布日期:2017-04-01
    • 文件大小:868910
    • 提供者:tanghz
  1. readwrit

    0下载:
  2. reader writer problem
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:658
    • 提供者:rohit
  1. reader-writer

    0下载:
  2. 经典的读者写者问题 ,里面含有详细的说明并且含有规范的设计报告-The problem of the classic readers to write, which contains detailed descr iptions and specifications of the design report containing
  3. 所属分类:OS Develop

    • 发布日期:2017-03-29
    • 文件大小:91183
    • 提供者:mq
  1. NewSD

    0下载:
  2. 一套关于SD卡读写的完整程序,各个模块清晰,代码注释也很全面,比较容易移植。-A set of SD card reader-writer of the complete program, each module definition, code comment is also very comprehensive and relatively easy to transplant.
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-06
    • 文件大小:76705
    • 提供者:guchanghai
  1. wr

    0下载:
  2. 读者与写着问题,可视化演示,直观的演示了读者写者问题。-Readers and reading problems, visual presentations, visual presentation of the reader-writer problem.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:141552
    • 提供者:yang
  1. RandW

    0下载:
  2. 读者写者进程同步问题解决方案,利用临界区,信号量来实现进程或者线程同步-Reader-writer synchronization process solutions, using the critical area, the signal values in order to achieve the process or thread synchronization
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-30
    • 文件大小:2994
    • 提供者:
  1. readerwriter

    0下载:
  2. 读者写者问题C++解法,使用互斥信号量,写者线程优先,共有3个读者2个写者-Similar to the barbers problem,the program use semaphore to solve the reader/writer problem.Two semaphores are involved:m_h,db_h,used as a counter and mutex between 2 writers. Main function create 3 reader thre
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:820
    • 提供者:王跃辉
  1. configrw-0.1beta3

    0下载:
  2. The configuration file reader/writer is written in C and has an optional GTK feature.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:22927
    • 提供者:frantamalta
  1. Reader_Writer

    0下载:
  2. 操作系统中的读者写者问题算法.该算法为为读者优先。-Reader-Writer problem algorithm in the operating system
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:13466
    • 提供者:陈平君
  1. solutionofreader-writerproblem

    0下载:
  2. 解决读者-写者多线程同步问题,在Windows环境下运用Visual C++ 6.0实现。-Address the reader- writer multithreading synchronization problems in Windows environment using Visual C++ 6.0 to achieve.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-14
    • 文件大小:5354
    • 提供者:小贺
  1. ReaderWriter

    0下载:
  2. 这是一个读者写者进程,实现写者优先算法,有操作界面,放一个txt文件,进行计算-Reader Writer
  3. 所属分类:GUI Develop

    • 发布日期:2017-05-12
    • 文件大小:2832336
    • 提供者:Sarah
  1. simplePC

    0下载:
  2. Windows进程和线程创建方法实现一个简单的读者写者程序,读者将1~10十个数字一次填入临界区gData,当且仅当gData被读者消费后,写者才可以写入下一个数。-Windows process and thread creation method to implement a simple reader writer program, readers will be number 1 to 10 ten critical areas once populated gData, if and
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-04
    • 文件大小:1261687
    • 提供者:pupu
« 1 2 34 5 6 7 8 9 10 »
搜珍网 www.dssz.com